home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 59 / 59.xpi / chrome / useragentswitcher.jar / content / useragentswitcher / options / options.css next >
Cascading Style Sheet File  |  2009-06-30  |  299b  |  20 lines

  1. @import url("chrome://global/skin/");
  2. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  3.  
  4. #useragentswitcher-options-dialog
  5. {
  6.   height: 40em;
  7.   width: 45em;
  8. }
  9.  
  10. .url
  11. {
  12.   color: #0000ff;
  13.   cursor: pointer;
  14.   text-decoration: underline;
  15. }
  16. .url:hover
  17. {
  18.   color: #ff0000;
  19. }
  20.